home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.19980901-19981211
/
000282_news@newsmaster….columbia.edu _Mon Nov 9 09:06:51 1998.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
2KB
Return-Path: <news@newsmaster.cc.columbia.edu>
Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA08239
for <kermit.misc@watsun.cc.columbia.edu>; Mon, 9 Nov 1998 09:06:51 -0500 (EST)
Received: (from news@localhost)
by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA06830
for kermit.misc@watsun; Mon, 9 Nov 1998 09:06:50 -0500 (EST)
Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: telnet connection with script
Date: 9 Nov 1998 14:06:49 GMT
Organization: Columbia University
Lines: 37
Message-ID: <726stp$176$1@apakabar.cc.columbia.edu>
References: <71scrf$7ct$1@nnrp1.dejanews.com> <726pag$338$1@nnrp1.dejanews.com>
NNTP-Posting-Host: watsun.cc.columbia.edu
Xref: news.columbia.edu comp.protocols.kermit.misc:9488
In article <726pag$338$1@nnrp1.dejanews.com>, <bruds@luk.de> wrote:
:
:
: > Hi, I am new in kermit scripting, and I have a problem connecting to a remote
: > server with telnet port 25 and send information . the script always remains
: > in interactive telnet-mode. What I am doing wrong? Regards, Stefan Bruder
: >
: Soory I forgot the script as an examples:
:
: set host localhost 25
: output helo
: output mail from:<bruds>
: output rcpt to:<bruds>
: output data
: output Halllllo
: output \10\13.\10\13
: output \10\13
: output quit
: connect
:
If you do not want interactive mode do not use the CONNECT command.
>From the online help, HELP CONNECT:
Syntax: CONNECT (or C, or CQ) [ switches ]
Connect to a remote computer via the serial communications device given in
the most recent SET PORT command, or to the network host named in the most
recent SET HOST command. Type the escape character followed by C to get
back to the C-Kermit prompt, or followed by ? for a list of CONNECT-mode
escape commands.
Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
The Kermit Project * Columbia University
612 West 115th St #716 * New York, NY * 10025
http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org